(fancy-splash-screens): Ignore events on the mode-line.
authorGerd Moellmann <gerd@gnu.org>
Thu, 17 May 2001 11:52:03 +0000 (11:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 17 May 2001 11:52:03 +0000 (11:52 +0000)
lisp/startup.el

index 4006ca700920b619c9bf5ce1c64ae623a5533a50..84266811be105966562e04db2670137a2f36c56a 100644 (file)
@@ -1181,11 +1181,12 @@ where FACE is a valid face specification, as it can be used with
            (use-local-map map)
            (define-key map [t] 'fancy-splash-default-action)
            (define-key map [mouse-movement] 'ignore)
+           (define-key map [mode-line t] 'ignore)
            (setq cursor-type nil
                  display-hourglass nil
                  buffer-undo-list t
-                 mode-line-format
-                 (propertize "---- %b %-" 'face '(:weight bold))
+                 mode-line-format (propertize "---- %b %-" 
+                                              'face '(:weight bold))
                  fancy-splash-stop-time (+ (float-time)
                                            (max 60 fancy-splash-max-time))
                  timer (run-with-timer 0 fancy-splash-delay